home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / foomatic / filter.conf < prev   
Encoding:
Text File  |  2009-04-20  |  1.1 KB  |  38 lines

  1. # This file allows you to configure the "foomatic-rip" filter.
  2.  
  3. # You can force reconfiguration managed via debconf by running the
  4. # following command:
  5. #   dpkg-reconfigure foomatic-filters
  6. # You may need to change the lowest priority of questions to be presented
  7. # using the switch "-p" to access some or any of these options.
  8.  
  9. # Command for converting text files to PostScript.
  10. #
  11. # Priority low
  12. # textfilter:
  13.  
  14. # Enable debug output into a logfile in /tmp/foomatic-rip.log.
  15. # It will contain status from this filter, plus Ghostscript stderr output.
  16. #
  17. # WARNING: This logfile is a potential security hole; do not use in production.
  18. #
  19. # Priority low
  20. debug: 0
  21.  
  22. # Enable insertion of PostScript code for accounting into each printjob.
  23. # Currently only supported with CUPS. (EXPERIMENTAL)
  24. #
  25. # NOTE: Enabling this option may cause extra pages to be printed after each
  26. # job as well as after banner pages, especially with generic
  27. # PostScript printers.
  28. #
  29. # Priority low
  30. ps_accounting: 1
  31.  
  32. # Path to the Ghostscript interpreter; will search the path for 'gs' if
  33. # not specified.
  34. #
  35. # Priority low
  36. # gspath: gs
  37.  
  38.